feat(web): pairs filters, error/quality trends, question hub picker - #66
Merged
Merged
Conversation
- Add model/preset/date filters to benchmark pairs explorer and API - Show pipeline error trend charts on /errors (over time + by agent) - Show judge rubric quality trend chart on /quality - Improve /questions/view empty state with popular research topics table - Extend InsightFilterCard with configurable entity label Co-authored-by: Eamon Boyle <eamonboyle@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eamonboyle
marked this pull request as ready for review
July 11, 2026 13:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds four research-dashboard improvements grounded in existing artifact/index data:
/pairsnow supports model, preset, fast mode, date range, and question search (parity with outliers/insight pages). Filters apply to the summary table and/api/pairsexports./errorsshows errors-over-time and errors-by-agent charts when failures exist in scope./qualityplots judge rubric scores (coherence, completeness, factual risk, uncertainty handling) chronologically for filtered runs./questions/viewwithout a?question=param now lists popular research topics instead of a dead-end stub.Also extends
InsightFilterCardwith a configurable entity label for non-run filter contexts.Type of change
Checklist
Manual testing
/pairs— apply model/preset/date filters; verify summary counts and export links respect filters/errors— open with runs that have step errors; confirm trend charts render/quality— open with indexed judge scores; confirm rubric trend line chart/questions/view— open without query param; confirm popular topics table links to hubs